Tootsville::Infinity-Wardrobe

Function

Infinity-Wardrobe names a function, with lambda list (D U RECIPIENT/S):

Describe what your Toot is wearing.

Lisp WARDROBE = JSON wardrobe

Note that several other commands will actually return wardrobe information packets.

Usage

This command requires no parameters.

200 OK

The returned packet, aside from the expected @code{ status: true, from: "wardrobe"}, contains a key wardrobe which in turn contains a key avatar which itself contains the JSON data in the fromat of TOOTSVILLE TOOT-INFO, q.v.

{ from: "wardrobe",
  status: true,
  wardrobe: { avatar: { AVATAR INFO } } }

Changes from 1.2 to 2.0

The actual TOOTSVILLE INFINITY-WARDROBE function is new, but the returned packets from: "wardrobe" were already being used by other commands, including TOOTSVILLE INFINITY-DON and TOOTSVILLE INFINITY-DOFF and TOOTSVILLE INFINITY-DOFFF.

File

Defined in file src/infinity/new-commands-20.lisp.